home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d11 / vidlib.arc / RSELHLP.TXT < prev    next >
Text File  |  1989-02-13  |  2KB  |  46 lines

  1.                             ** REPORT FORMATTER **                   Page  1
  2. ------------------------------------------------------------------------------
  3. This screen allows you to select the fields you want included in your report.
  4. You select the fields to include, the width you want the field to occupy and
  5. select whether to truncate or wrap a field if the actual field width exceeds
  6. the width you selected.  The screen displays five fields, three of which re-
  7. quire you to make entries.  Two of the fields display information only and
  8. cannot be edited.
  9.  
  10. Print Field       Enter the field you want printed in this field.
  11.  
  12. Field Width       Display only field, shows the width the field occupies in
  13.                   the library file.
  14.  
  15. Print Width       Enter the width in characters, you want the field to occupy.
  16.                   The minimum is six.
  17.  
  18. Wrap (Y/N)        Yes - if the field width of the field to be printed is
  19.                   greater than the print width you selected, then the remain-
  20.                   ing characters will be printed on the next line -- if No
  21.                   the remaining characters will be truncated.
  22.                   See Example on the next page.
  23. ------------------------------------------------------------------------------
  24.                           ** REPORT FORMATTER **   cont              Page  2
  25. ------------------------------------------------------------------------------
  26. ** Wrap Example **
  27.  
  28. 1. You enter TITLE for Print Field.
  29. 2. The screen would display 40 for Field Width.
  30. 3. You enter 20 for Print Width.
  31. 4. You enter Y for Wrap.
  32.  
  33. The movie title ' Star Trek III: The Search For Spock ' would print out as
  34. follows with 'Y 'for Wrap:
  35.  
  36. Star Trek III: The
  37. Search For Spock
  38.  
  39. If 'N' was entered for WRAP the title would be truncated as follows:
  40.  
  41. Star Trek III: The
  42.  
  43.  
  44.  
  45.  
  46. ------------------------------------------------------------------------------